@charset "utf-8";
body {}
.main-body {
	width:1400px;
	margin:0px auto;
	background:#fff;
	padding:0px 15px;
}

/*top-bar start*/

.top-bar {
	color: #f8f8f8;
	font-size: 0.75em;
	line-height: 35px;
	height: 35px;
	background-color: #37404d;
}

.top-bar a {
	color: #f8f8f8;
	margin-left: 7px;
}

.top-bar a:hover {
	text-decoration: underline;
}

.top-bar .four-links {
	float: left;
}

.top-bar .version-links {
	float: right;
}


/*search*/

.find-bar {
	position: relative;
}

.find-bar input[type="text"] {
	display: block;
	float: left;
	background: rgba(11, 161, 247, 0);
	border: 0;
	width: 345px;
	box-sizing: border-box;
	outline: none;
	font-family: "Microsoft Yahei";
	margin: 0;
	padding-left: 10px;
	height: 34px;
	color: #666;
	line-height: 34px;
	border-radius: 17px 17px;
}

.find-bar input[type="submit"] {
	display: block;
	float: left;
	border: none;
	height: 32px;
	line-height: 38px;
	width: 32px;
	font-size: 1em;
	outline: none;
	cursor: pointer;
	background: url(../images/icon_search_small_white.png) no-repeat center;
	border: 0px 17px 17px 0px;
}

.find-bar em {
	position: absolute;
	clear: both;
	padding: 5px 0 0 5px;
	font-size: .75em;
	color: #f00;
	font-style: normal;
	left: 5px;
	top: 40px;
}


/*logo 搜索结束*/


/*菜单start*/


/*下拉菜单--start*/

.main-nav-bg {
	position: relative;
	z-index: 99;
	height: 50px;
	background: #0076C4;
}

.mobile_head {
	display: none;
}

.mobile_menu {
	display: none;
}

.left_wrap {
	position: absolute;
	left: 0;
	top: 0px;
}

.center_wrap {
	position: relative;
	left: 278px;
}


/*头*/

.top_wrap {
	height: 693px;
	position: relative;
}

.top_k {
	height: 153px;
	padding-top: 5px;
	background: url(../images/top-head-bg.jpg)repeat-x;
}

.top_k .logo {
	display: block;
	width: 600px;
	height: 145px;
	float: left;
}

.top_k .right_k {
	width: 415px;
	float: right;
	padding-top: 20px;
}

.top_k .right_k .sign_font {
	height: 50px;
	background: url(../images/jidi.png) no-repeat center;
}

.search_k {
	height: 40px;
	padding-top: 10px;
	position: absolute;
	top: -81px;
	right: 10px;
}

.search_k .sear {
	width: 385px;
	height: 34px;
	margin: auto;
	border: 1px solid #0092F2;
	border-radius: 17px 17px;
}

.main-nav {
	position: relative;
	background: url(../images/menu_xian.png) no-repeat right center;
	
}

#menu {
	width: 100%;
	margin: 0 auto;
	background: url(../images/menu_xian.png) no-repeat right top;
}

#menu a {
	display: block;
	color: #fff;
}

#menu li:hover>ul {
	display: block;
}


/* 一级菜单 */

#menu>ul {
	display: table;
	table-layout:fixed;
	width:100%;
}

#menu>ul>li {
	display: table-cell;
	position: relative;
	background: url(../images/menu_xian.png) no-repeat left top;
}
#menu>ul>li:first-child {
	background:none;
}
#menu>ul>li>a {
	height: 50px;
	line-height: 50px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: center;
	font-size: 1.125em;
}

#menu>ul>li:hover>a,
#menu>ul>li>a:hover {
	background: rgba(11, 161, 247, 0.7);
	color: #fff!important;
}


/* 下拉的菜单栏 */

#menu>ul>li ul {
	display: none;
	position: absolute;
	background: rgba(255, 255, 255, 0.8);
	width: 100%;
	padding-bottom: 10px;
}


/* 下拉菜单的菜单项 */

#menu>ul>li>ul li {
	text-align: center;
	position: relative;
}

#menu>ul>li>ul li>a {
	color: #444;
	padding: 10px 0;
}

#menu>ul>li>ul li>a:hover {
	background-color: #0076C5;
	color: #fff!important;
}

#menu ul li ul li:first-child a:hover {
	border-radius: 0px;
}


/* 三级及以下的菜单项的定位 */

#menu>ul>li>ul>li ul {
	left: 100px;
	top: -1px;
}

#menu>ul>li>ul>li ul>li {
	font-size: 0.75em;
}

/* 下拉的菜单--end*/

/*菜单end*/
/* banner */
	.banner {
		width: 100%;
		position: relative;
		height: 310px;
		margin-bottom: 10px;
	}
	
	.banner .bd {
		margin: 0 auto;
		position: relative;
		z-index: 0;
		overflow: hidden;
	}
	
	.banner .bd ul {
		width: 100% !important;
	}
	
	.banner .bd li {
		width: 100% !important;
		height: 310px;
		overflow: hidden;
		text-align: center;
	}
	
	.banner .bd li a {
		display: block;
		height: 310px;
	}
	
	.banner .hd {
		width: 100%;
		position: absolute;
		z-index: 1;
		bottom: 0;
		left: 0;
		height: 30px;
		text-align: center;
	}
	
	.banner .hd ul {
		text-align: center;
	}
	
	.banner .hd ul li {
		cursor: pointer;
		display: inline-block;
		*display: inline;
		zoom: 1;
		width: 44px;
		height: 14px;
		margin: 0px 4px;
		background: #fff;
		opacity: 0.4;
		filter: alpha(opacity:40);
		overflow: hidden;
		line-height: 9999px;
	}
	
	.banner .hd ul .on {
		background: #DA251C;
		opacity: 1;
		filter: alpha(opacity:100);
	}

#tab1 {
	padding: 5px 13px 0px 13px;
}

.ver_pic {
	width: 276px;
	height: 204px;
	background-color: #eee;
	text-align: center;
	position: relative;
	display: table-cell;
	vertical-align: middle;
}

.ver_pic .subpic {
	*position: absolute;
	top: 50%;
	left: 50%;
}

.ver_pic .subpic img {
	*position: relative;
	top: -50%;
	left: -50%;
}

.ver_pic .subpic img {
	max-width: 276px;
	min-width: 200px;
	width: expression(this.width > 276 ? "276px": this.width);
}

.news_pic {}
.news_pic img {
	width:100%!important;
	height: 100%;
}

/*列表--模块化--开始*/

.small-title {
	display: none;
}

.news-list>li:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
}

.news-list>li>a {
	display: block;
	color: #666;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	position: relative;
	
}


.news-list>li>em {
	font-style: normal;
	color: #aaa;
	font-size: 0.875em;
	font-family: Arial, Verdana;
}

.news-list.date-right>li>a:before {
	content: attr(date-time);
	color: #999;
	font-size: 0.875em;
	font-family: Arial;
	float: right;
}

.news-list.date-right>li>a {
	line-height: 26px;
	padding:8px 0;
}

.sub-box-c .news-list.date-right.dot-b>li {
	border-bottom: 1px solid #ececec;
}

.sub-box-c .news-list.date-right.dot-b>li>a {
	/*height: 56px;
	line-height: 56px;*/
}

.sub-box-c .news-list.date-right.dot-b.source-pre>li {
	border-bottom: 1px solid #ececec;
	height: 56px;
	line-height: 56px;
}

.four-list .news-list>li>a {
	font-size: 0.9375em;
	height: 30px;
	line-height: 30px;
}

.four-list .news-list.date-right>li>a:before {
	display: none;
}

.source-pre>li {
	height: 40px;
	line-height: 40px;
}

.source-pre>li>em {
	font-style: normal;
	display: block;
	float: right;
}

.source-pre>li>div {
	margin-right: 100px;
	vertical-align: top;
	overflow: hidden;
}

.source-pre>li>div>a {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.source-pre>li>div>a:first-child {
	max-width: 140px;
	float: left;
}

.source-pre>li>div>a:hover {
	color: #ff7900;
}


/*列表--模块化--结束*/


/*二级栏目切换--模块化--开始*/

.box-tab>dd {
	padding: 5px 0;
}

.box-tab>dt {
	border-bottom: 1px solid #ddd;
	line-height: 36px;
}

.four-list .box-tab>dt {
	border-bottom: none;
}

.box-tab>dt>ul>li {
	display: block;
	float: left;
	margin-left: 20px;
}

.box-tab>dt>ul>li:first-child {
	margin-left: 0;
}

.box-tab>dt>ul>li>a {
	float: left;
	color: #333;
	position: relative;
	height: 48px;
	line-height: 48px;
	padding: 0 7px;
	font-size: 1.375em;
}

.box-tab>dt>ul>li.focus>a {
	position: relative;
	color: #0085CE;
}

.box-tab>dt>ul>a:hover {
	color: #3db1ea;
}

.four-list .box-tab>dt>ul>li.focus>a {
	background: none;
	color: #333;
	font-size: 1.0625em;
	padding: 0;
}

.box-tab>dt>ul>li.focus>a .triangle,
span.box-title-name .triangle {
	width: 102px;
	height: 2px;
	background: #2868b3;
	position: absolute;
	left: 0%;
}

.box-tab>dd>ul>li {
	display: none;
}

.box-tab>dd>ul>li.focus {
	display: block;
}

.box-tab>dt>ul:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
}

.more.more-right {
	float: right;
	color: #999;
	font-weight: normal;
	font-size: 0.875em;
}

.more.more-right:hover {
	color: #ff7900;
}

.more.more-mobile {
	float: right;
}

.more.more-center {
	display: block;
	text-align: center;
	background-color: #eee;
	padding: 8px 0;
}

.more.more-center:hover {
	background-color: #3db1ea;
	color: #fff;
	-webkit-transition: background-color 400ms;
	transition: background-color 400ms;
}

.box-tab.online-service {
	position: relative;
}

.box-tab.online-service dt {
	position: absolute;
	right: 0;
	top: -58px;
}


/*table布局--开始*/

.d-table {
	display: table;
	table-layout: fixed;
	width: 100%;
}

.d-table>* {
	display: table-cell;
	vertical-align: top;
}

.d-table-sub {
	display: table;
	table-layout: fixed;
	width: 100%;
}

.d-table-sub>* {
	display: table-cell;
	vertical-align: top;
}

.d-table>.mr-15 {
	width: 15px;
}

.d-table>.mr-30 {
	width: 30px;
}

.d-table>.col-narrow {
	width: 265px;
}


/*table布局--结束*/


/*快速通道*/

.kstd {
	width: 100%;
	height: 54px;
	background: #e6e7ea;
	overflow: hidden;
	margin: 15px auto;
}

.kstd .title {
	height: 54px;
	color: #fff;
	font-size: 1.125em;
	background: #0078C9;
	line-height: 54px;
	width: 14%;
	text-align: center;
	float: left;
}

.kstd .con {
	width: 85%;
	float: right;
	line-height: 54px;
}

.kstd .con li {
	width: 25%;
	float: left;
	text-align: center;
}

.zt_link {
	width: 100%;
	clear: both;
	margin: 15px 0;
}

.zt_link li {
	height: 100px;
	width: 24.25%;
	margin-left: 1%;
	border-radius: 5px 5px;
	overflow: hidden;
	float: left;
	background: url(../images/link-bg-01.png) no-repeat;
	background-size: cover;
	text-align: center;
	line-height: 100px;
}

.zt_link li:nth-child(2n) {
	background: url(../images/link-bg-02.png) no-repeat;
	background-size:cover;
}

.zt_link li a {
	font-size: 1.375em;
	color: #fff;
	vertical-align: super;
}

.zt_link li:first-child {
	margin-left: 0;
}

.zt_link li i {
	font-size: 2.6em;
	color: #fff;
	padding-right: 15px;
}

.index_adv01 {
	margin-top: 15px;
	line-height: 0;
}
.index_adv01 img {
	width:100%;
	display:block;
}

/*底*/

.bottom_copyright {
	background: #0078C9;
}

.bottom_copyright .con {
	padding: 30px 50px;
	text-align: left;
	color: #fff;
	display:table;
	width:100%;
	box-sizing:border-box;
}
.bottom_copyright .con > * {
	display:table-cell;
}
.bottom_copyright .con .btom-xx {
	vertical-align:middle;
	line-height:36px;
}
.bottom_copyright .con .jg_icon {
	width:90px;
	padding-top:22px;
}
.bottom_copyright .con div:last-child {
	width:205px;
}
.bottom_copyright .con div:last-child img{
	text-align:center;
	display:inline-block;
	padding:0 7px;
}
.bottom_copyright .con div:last-child span {
	display:block;
	padding:5px 0;
	font-size:14px;
	text-align:center;
}
.bottom_copyright .con .wj_icon {
	position: absolute;
	right: 260px;
	top: 37px;
	z-index: 9;
}

a:hover {
	color: #DA251C!important;
}


/*二级*/


/*news-list news-top --start*/


/*box-tab2 start*/

.box-tab2>dt {
	border-bottom: 1px solid #c1c1c1;
	position: relative;
}

.box-tab2>dt>ul {
	float: left;
}

.box-tab2>dt>ul>li {
	float: left;
	padding-bottom: 12px;
}

.box-tab2>dt>ul>li span {
	line-height: 1em;
	cursor: default;
	padding: 0 14px;
}

.box-tab2>dt>ul>li:first-child span {
	border-left: 7px solid #0898ED;
	padding-right: 0;
}

.box-tab2>dt>ul>li.focus span {
	color: #0689dc;
	font-size: 1.5em;
}

.box-tab2>dt>ul span {
	display: block;
	font-family: "microsoft yahei";
}

.box-tab2>dt>a {
	float: right;
	color: #000;
}

.box-tab2>dt>a.has-img {
	position: absolute;
	top: -22px;
	right: 0;
}

.box-tab2>dt a:hover {
	color: #FF4300;
}

.box-tab2>dt>a.has-img:hover {
	transform: translateX(10px);
	transition: all 0.3s linear;
}

.box-tab2>dd {
	padding-top: 10px;
}

.box-tab2>dd>ul>li {
	display: none;
}

.box-tab2>dd>ul>li.focus {
	display: block;
}

.news-list>li>a {
	display: block;
}

.news-list>li h1 {
	font-weight: normal;
	font-family: "microsoft yahei";
	margin: 0;
	color: #333;
	line-height: 26px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	position: relative;
	font-size: 1em;
	padding-right: 10px;
	background: url(../images/spot.jpg) no-repeat 0px center;
	padding-left: 10px;
}

.news-list>li>a:hover h1 {
	text-decoration: underline;
}

.news-list>li>a:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
}

.news-list>li em {
	display: block;
	color: #aaa;
	height: 35px;
	line-height: 35px;
	font-size: 0.75em;
	font-style: normal;
	padding: 0;
	margin: 0;
	font-family: Verdana, Arial;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.news-list.date-right>li em {
	float: right;
}

.news-list .hot-news a h1 {
	font-weight: bold;
	font-size: 1.5em;
	color: #f40400;
	height: 70px;
	padding: 8px 10px 2px 0;
	white-space: inherit;
	text-align: center;
}

.news-list .hot-news a:hover>h1 {
	text-decoration: inherit;
	color: #bc0b08;
	transition: all 200ms linear;
}

.news-list .hot-news a em {
	display: none;
}

.primary-title {
	height: 85px;
	padding: 40px 0 0 32px;
	background: url(../images/sub_title_bg.png) no-repeat center;
}

.primary-title.bg-02 {
	background: url(../images/sub_title_bg_02.png) no-repeat center;
}

.primary-title i {
	width: 48px;
	height: 48px;
	font-family: "icomoon";
	font-size: 1.5em;
	line-height: 48px;
	background: url(../images/sub_title_i_bg.png) no-repeat center;
	font-style: normal;
	text-align: center;
	color: #fff;
	font-weight: bold;
	display: inline-block;
}

.primary-title span {
	font-family: "microsoft yahei";
	font-size: 1.5em;
	line-height: 48px;
	font-weight: bold;
	color: #fff;
}

.box-tab.sub-box-c {
	position: relative;
	width: calc(100% - 255px);
	width: -moz-calc(100% - 255px);
	width: -webkit-calc(100% - 255px);
	float: right;
	box-sizing: border-box;
}

.box-tab .third-title {
	border-bottom: 1px solid #dbdbdb;
}

.box-tab .third-title a {
	display: block;
	float: left;
	font-family: "Microsoft Yahei";
	color: #000;
	padding: 15px 0px;
	margin-right: 40px;
}

.box-tab .third-title a.focus {
	border-bottom: 1px solid #1b72bc;
	margin-bottom: -1px;
}


/*三级栏目较多的情况下-开始*/

.box-tab .third-title-2 {
	padding: 0 15px;
	border-bottom: 1px solid #dbdbdb;
}

.box-tab .third-title-2 a {
	display: block;
	float: left;
	font-family: "Microsoft Yahei";
	color: #000;
	margin: 10px 5px 10px 5px;
	line-height: 1.8em;
	font-size: .875em;
	padding: 0 8px;
}

.box-tab .third-title-2 a.focus {
	border-bottom: none;
	background-color: #1bbc9b;
	color: #fff;
	border-radius: 15px;
}

.box-tab .box-title-name.second-title {
	display: none;
}

.sub-nav-left {
	width: 240px;
	float: left;
	background: url(../images/list_left_bg.png) no-repeat left 60px;
	min-height: 430px;
	overflow: hidden;
	position: relative;
}

.sub-nav-left .nodes h2 {
	padding: 35px 20px;
	text-align: center;
}

.sub-nav-left .nodes ul {
	left: -10px;
	position: relative;
}

.sub-nav-left .nodes li {
	display: block;
	font-family: "Microsoft Yahei";
	text-align: center;
	padding: 20px;
	border-top: 0;
}

.sub-nav-left .nodes a {
	padding-left: 20px;
}

.sub-nav-left .nodes a>i {
	font-family: "icomoon";
	font-style: normal;
	font-size: 1.25em;
}

.sub-nav-left .nodes a>span {
	display: block;
	font-size: 1.125em;
	margin-top: 5px;
	max-height: 48px;
	line-height: 24px;
	overflow: hidden;
}

.sub-nav-left .nodes a:hover,
.sub-nav-left .nodes a.focus {
	display: inline-block;
	background: url(../images/left_ico.png) no-repeat 0px 20px;
	color: #fff;
	border-color: #4491F0;
}

.sub-nav-left .nodes a:first-child {
	margin-top: 0;
}

.box-tab.sub-box-c .sub-title .arrow-down {
	display: none;
	content: "";
	background: url(../images/arrow_down.png) no-repeat center center;
	height: 40px;
	width: 40px;
	background-size: 50%;
	cursor: pointer;
	position: absolute;
	right: 0;
}

.box-tab.sub-box-c .sub-title .arrow-up {
	background: url(../images/arrow_up.png) no-repeat center center;
	background-size: 45%;
}

span.box-title-name {
	font-family: "Microsoft YaHei";
	color: #000;
	float: left;
	display: block;
	height: 40px;
	line-height: 40px;
	margin: 0 20px;
	font-size: 1.125em;
}

.box-tab.sub-box-c .sub-title {
	display: none;
	border-top: 1px solid #f0f0f0;
	border-bottom: 1px solid #f0f0f0;
	box-sizing: border-box;
	background-color: #f4f4f4;
}

.box-tab.sub-box-c .sub-nav {
	display: none;
	padding: 0 20px;
	background: #fafafa;
	border-width: 1px 0;
	width: 100%;
	box-sizing: border-box;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
	padding-top: 20px;
	position: absolute;
	top: 52px;
	z-index: 8;
}

.box-tab.sub-box-c .sub-nav a {
	font-family: "Microsoft Yahei";
	display: block;
	padding: 0 15px 20px 0px;
	font-size: .875em;
	float: left;
	color: #333;
}

.box-tab.sub-box-c .sub-nav a:hover {
	color: #f40;
}

.box-tab.sub-box-c .sub-nav a:focus {
	color: #f40;
}

.news-list.dot-b li {
	border-bottom: 1px dotted #ddd;
}

.news-list.dot-b li:last-child {
	border-bottom: 0;
}

.news-list.dot-b li:first-child {
	border-top: 0;
}

.news-list.dot-b li a {
	padding-top: 10px;
}

.news-list.dot-b li:first-child a {
	
}

.single-article {
	font-size: 0.875em;
	line-height: 2.4em;
	color: #666;
	word-break: break-all;
	font-family: "microsoft yahei";
}

.single-article img {
	max-width: 90%;
}


/*内容页--start*/

.location * {
	display: block;
	float: left;
	height: 48px;
	line-height: 48px;
	font-family: "microsoft yahei";
}

.location {
	position: relative;
	padding-left: 15px;
	background: #f7f7f7;
	margin: 15px 0px;
}

.location:before {
	content: "";
	position: absolute;
	display: block;
}

.location i {
	font-size: 1.4em;
	color: #4DB8F9;
	margin-right: 15px;
}

.location>a,
.location>em {
	color: #333;
	font-style: normal;
}

.location>span {
	color: #333;
}

.location>a:after {
	content: ">";
	padding: 0px 5px;
	font-family: simsun;
}

.location>a:after {
	content: ">";
	padding: 0px 5px;
	font-family: simsun;
}

.box-tab.sub-box-c.news-content {
	padding: 30px;
	border: 1px solid #e3e3e3;
	border-width: 0 1px 1px;
	float: none;
	width: 100%;
}

.sub-content {
	color: #666;
	font-family: "microsoft yahei";
}

.sub-content .big-title {
	padding: 10px 0;
	font-size: 1.5em;
	text-align: center;
	color: #333;
}

.sub-content .second-title {
	padding-bottom: 10px;
	font-size: 1.2em;
	text-align: center;
	color: #666;
}

.sub-content .content-small-title {
	font-size: 0.75em;
	text-align: center;
	color: #999;
	line-height: 1em;
	. border-bottom: 1px #eaeaea dashed;
	padding-bottom: 1.25em;
}

.news_content_description {
	font-size: .75em;
	color: #888;
	background-color: #f3f3f3;
	line-height: 1.75em;
	padding: 10px 15px;
	margin-top: 15px;
}

.news_content_content {
	line-height: 2.5em;
	padding-top: 15px;
}

.news_content_content img, .news_content_content p img{
	max-width: 700px;
	height: auto !important;
	margin:0 auto;
	display:block;
}

.news_content_other {
	padding: 10px 0px;
}

.news-content-function {
	float: right;
	font-size: .75em;
	color: #999;
}

.news-content-function>span:before {
	content: "[";
}

.news-content-function>span:after {
	content: "]";
}

.news-content-function>span {
	display: inline-block;
	padding: 0 5px;
	cursor: pointer;
	line-height: 36px;
}

.news-content-function>span:hover {
	text-decoration: underline;
}

.news_content_img {
	text-align: center;
	padding: 20px 0px;
}

.news_content_img img {
	max-width: 700px;
	height: auto !important;
}

.news-content-share {
	float: left;
}

.article {
	font-size: 0.875em;
	color: #666;
	line-height: 2.5em;
}


/*翻页--start*/

.page-tile {
	display: block;
	font-family: Verdana, Arial;
	padding: 20px 0;
	text-align: center;
}

.page-tile.other {
	border-width: 1px 0 0;
}

.page-tile:after {
	display: block;
	content: "";
	clear: both;
}

.page-tile>* {
	color: #888;
	display: inline-block;
	background-color: #fff;
	width: 36px;
	text-align: center;
	font-size: 0.95em;
	line-height: 36px;
	height: 36px;
	overflow: hidden;
	border-radius: 2px;
	border: 1px solid #e3e3e3;
}

.page-tile>*:before {
	font-size: 1em;
}

.page-tile span.more {
	background-color: #f4f6f8;
}

.page-tile span.more:before {
	content: "…";
}

.page-tile a.prev:before {
	content: "\2039"
}

.page-tile a.next:before {
	content: "\203A"
}

.page-tile span.focus {
	background-color: #0898ED;
	color: #fff;
}

.page-tile a:hover {
	background-color: #364dc2;
	color: #fff;
}


/*pic-list start*/

.pic-library.col-3 li {
	float: left;
	position: relative;
}

.pic-library.sub.col-3 li {
	width: 281px;
	margin: 10px 10px 0;
	position: relative;
}

.pic-library>li .img-size {
	padding-top: 56.25%;
	position: relative;
}

.pic-library>li>a {
	display: block;
}

.img-frame {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #f2f2f2;
	text-align: center;
	font-size: 0;
	overflow: hidden;
}

.img-frame img {
	max-height: 100%;
	width: auto;
	max-width: 100%;
	vertical-align: middle;
	display: inline-block;
}

.img-frame:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	width: 0;
}

.pic-library {
	margin-top: 10px;
}

.pic-library.sub {
	margin-top: 0;
}

.pic-library>li em {
	font-style: normal;
	display: block;
	font-size: 0.9375em;
	font-family: "microsoft yahei";
	color: #666;
	text-align: left;
	height: 50px;
	line-height: 50px;
	padding: 0 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.pic-library.sub>li em {
	text-align: center;
}

.pic-library>li>a:hover em {
	text-decoration: underline;
}

.pic-library>li .player-btn {
	width: 49px;
	height: 49px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -45px;
	margin-left: -25px;
	background: url(../images/icon_player.png) no-repeat center;
	cursor: pointer;
}

.pic-library.sub.col-3 li a:hover img {
	transform: scale(1.1);
	transition: all 200ms;
}


/*pic-list end*/


/*add*/

.nodes {}

.nodes h2 {
	background: url(../images/left_menu_top.png) no-repeat #0898ED;
	color: #fff;
}

.nodes ul h2 a {
	color: #fff;
}


/*搜索结果页 start*/

.box-tab.sub-box-c.serch_info {
	border-top: 0;
	float: none;
	width: 100%;
}

.box-tab.sub-box-c.serch_info .sub-title {
	margin: 15px 0;
	display: block;
	padding: 20px;
	border: 1px dotted #dddddd;
	border-radius: 5px;
	font-family: "Microsoft Yahei";
	background-color: #f3f3f3;
}

.box-tab.sub-box-c.serch_info .sub-title .red {
	color: #FF4400;
}

.news-list.list-full {
	padding: 0 20px;
}

.news-list.list-full>li {
	padding: 5px 0 10px;
	border-bottom: 1px dotted #dbdbdb;
}

.news-list.list-full>li:first-child {
	border-top: 0;
}

.news-list.list-full>li>a>h1 {
	font-size: 0.875em;
	line-height: 2em;
	height: 2em;
	color: #666;
}

.news-list.list-full>li em {
	font-size: 0.875em;
	line-height: 2em;
	height: 2em;
}

.news-list.list-full>li>a:hover h1 {
	color: #ff7900;
	text-decoration: none;
}
/*师资队伍*/
.Teachers-group li:after {
	content:"";
	display:block;
	clear:both;
}
.Teachers-group li {
	width:47.5%;
	float:left;
	margin-left:5%;
	margin-top:2em;
	margin-bottom:2em;
}
.Teachers-group li:nth-child(2n+1) {
	margin-left:0;
}
.Teachers-group li>div {
	float:left;
}
.Teachers-group li .pic {
	width:162px;
	height:206px;
}
.Teachers-group li .pic img:hover {
	transform: scale(1.1);
	transition: all 0.3s;
}
.Teachers-group li .pic img {
	width:100%;
	display:block;
	transform: scale(1);
	transition: all 0.3s;
}
.Teachers-group li .info {
	margin-left:5%;
	width:calc(100% - 206px - 5%);
	width:-moz-calc(100% - 206px - 5%);
	width:-webkit-calc(100% - 206px - 5%);
}
.Teachers-group li .info dl dt {
	font-size:1.75em;
	line-height:2em;
} 
.Teachers-group li .info dl dd {
	line-height:1.75em;
	word-break:break-all;
}
.Teachers-group li .info dl{
	border-bottom:1px solid #ddd;
	padding-bottom:0.5em;
}
.Teachers-group li .info > a {
	position:relative; 
	display:-webkit-box; 
	display:-ms-flexbox; 
	display:flex; 
	align-items:center; 
	justify-content:center; 
	width:90px; 
	height:30px; 
	margin-top:1em; 
	font-size:0.875em; 
	color:#0898ed; 
	border:1px solid #0898ed; 
	box-sizing:border-box;
	}
.Teachers-group li .info > a span {
	position:relative; 
	z-index:9;
	}
.Teachers-group li .info > a i {
	position:relative; 
	z-index:9;
	margin-left:24px; 
	width:15px;
	height:11px;
	display:inline-block; 
	background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAALCAYAAACgR9dcAAAAt0lEQVQokZXRIWuCURTG8d+mWJYsBmczr5iWzfsQZm3uAwgWmzA2sFhWDRpMC2YxisWoQZa0ytLkwn3hbe/1gcOFe+7/PofnPDRnfwpUxwljvOefPhaROGOAPqb5RjkBDqMNscMcrVhJzpkWeEYDazwF5zdUEj84xik+sQ3w8g73oEM8m+WYZgn/BdAVF3yhh1GAf+9w/YhgF5OUtDOt0EYH3+EiBa5hjypesckaKasKWfzgJQ/CDX2AHmSWmA3gAAAAAElFTkSuQmCC)}
.Teachers-group li .info > a {
	 background:transparent; 
	 text-decoration:none; 
	 -webkit-transition:all .5s;
	 transition:all .5s;
}
.Teachers-group li .info > a::before {
	content:""; 
	position:absolute; 
	top:50%; left:50%; 
	width:0; 
	height:0; 
	transition-duration:.3s;
	}
.Teachers-group li .info > a:hover {
	color:#fff!important; 
	background:#0898ed; 
	border-color:#0898ed;
	}
.Teachers-group li .info > a:hover > i{
	background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAALCAYAAACgR9dcAAAAnElEQVQokZ2QLQpCQRRGjz9osBtecgNmcQ8WV2AW92A1GUSjGzGYxeIOBK2GV41HBueJWN6MH1wYZuZ8cA9q3RS+s/79lwJ31WUs2OfC1UxjweUfuFrhoZ7UXkOdAB3ScgfGwBa4BthEsMoNGIRDGyiAFlBX8gRKYAcsgFXuzpsobZ4r7BjBWY7tvlpGcPT91kwQFFwcgCFw/twCL6EFWe+mw84rAAAAAElFTkSuQmCC);}
.Teachers-group li .info > a:hover::before {
	top:0; 
	left:0; 
	width:100%; 
	height:100%; 
	background:#0898ed;
	}
.teachers-group-content {
	padding:0 3%;
}
.teachers-group-content .info-top {
	padding:0 8% 4%;
	border-bottom:1px solid #ddd;
}
.teachers-group-content .info-top .pic {
	width:216px;
	height:273px;
	float:left;
}
.teachers-group-content .info-top .pic img {
	width:100%;
}
.teachers-group-content .info-top .info-xx {
	float:right;
	width:calc(100% - 216px - 3%);
	width:-moz-calc(100% - 216px - 3%);
	width:-webkit-calc(100% - 216px - 3%);
}
.teachers-group-content .info-top .info-xx > div {
	width:50%;
	float:left;
}
.teachers-group-content .info-top .info-xx > div > span {
	background:#f7f7f7;
	border:1px solid #eee;
	padding:15px;
	display:block;
	word-break:break-all;
}
.teachers-group-content .info-top .info-xx .name {
	font-size:1.875em;
	font-weight:bold;
	line-height:2em;
}
.teachers-group-content .info-con {
	padding:2% 3%;
}
.teachers-group-content .info-con h3 {
	font-size:1.6em;
	position:relative;
}
.teachers-group-content .info-con h3:before {
	content:"|";
	font-weight:bold;
	display:inline;
	color:#0898ed;
	position:absolute;
	left:-20px;
}
.teachers-group-content .info-con p {
	line-height:2em;
}
@media screen and (max-width: 1400px) {
	.main-body{
		width: calc(100% - 30px);
		width: -moz-calc(100% - 30px);
		width: -webkit-calc(100% - 30px);
	}	
}
@media screen and (max-width: 1000px) {
	.main-body{
		width: 100%;
		padding:initial;
	}	
	.box-tab.sub-box-c.serch_info {
		padding: 0;
	}
	.box-tab.sub-box-c.serch_info .sub-title {
		background-color: #f1f1f1;
		padding: 15px 20px;
		border-radius: 0;
		margin: 0;
		border-bottom: 1px solid #e8e8e8;
		border-width: 0 0 1px;
	}
	.box-tab.sub-box-c.serch_info .sub-title .box-title-name {
		font-size: 1em;
	}
	.news-list.list-full {
		padding: 0 20px;
	}
	.news-list.list-full>li:last-child {}
	.news-list.list-full>li {
		padding: 10px 0;
	}
	.Teachers-group {
		padding:0 10px;
	}
	.Teachers-group li {
		width:100%;
		float:none;
		margin-left:0;
	}
	.teachers-group-content .info-top .pic {
		width:162px;
		height:206px;
}
}

@media screen and (max-width: 720px) {
	.box-tab.sub-box-c.serch_info .sub-title {
		padding: 15px 10px;
		font-size: .875em;
	}
	.news-list.list-full {
		padding: 0 10px;
	}
	.news-list.list-full>li em {
		font-size: .75em;
	}
}

@media screen and (max-width: 480px) {
	.news-list.list-full>li em {
		display: block !important;
	}
	.Teachers-group li .info dl dt {
		font-size:1.375em;
	}
	.Teachers-group li .info dl dd {
		font-size:0.9em;
	}
	.Teachers-group li .pic {
		width:30%;
		height:auto;
	}
	.Teachers-group li .info {
		margin-left:5%;
		width:65%;
	}
	.teachers-group-content .info-top .info-xx {
		float:none;
		width:100%!important;
	}
	.teachers-group-content .info-top .info-xx > div:first-child  {
		text-align:center;
	}
	.teachers-group-content .info-top .pic {
		float:none;
		margin:auto;
	}
}


/*搜索结果页 end*/


/*select-links--开始*/

.select-links {
	height: 55px;
}

.select-links select {
	float: left;
	display: block;
	margin-left: 1%;
	font-size: 1em;
	color: #888;
	padding: 8px 5px;
	cursor: pointer;
	width: 19.2%;
	box-sizing: border-box;
	border: 1px solid #bbe1ff;
}

.select-links select:first-child {
	margin-left: 0;
}

.select-links select:focus {
	outline: none;
}

select {
	/*很关键：将默认的select选择框样式清除*/
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	/*在选择框的最右侧中间显示小箭头图片*/
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAHCAYAAADnCQYGAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAZdEVYdFNvZnR3YXJlAEFkb2JlIEltYWdlUmVhZHlxyWU8AAAAaklEQVQoU2P4//9/BAkYpJ4gZlh+/f+7yef+/yeEQeqwGYANM/z48z+ZkMEgeZA6bAZgw2ACn8GkGgjCcMbrb/+rZl5ENRDEB4kjayAGI3MikA1GMpDoCIJhdAGwwQuu/P9BroH///9nAAAn985RfkeMnwAAAABJRU5ErkJggg==) no-repeat scroll right center transparent;
	/*为下拉小箭头留出一点位置，避免被文字覆盖*/
	padding-right: 14px;
}


/*清除ie的默认选择框样式清除，隐藏下拉箭头*/

.select::-ms-expand {
	display: none;
}


.col-p-left {
display:table-cell;
float:left;
}
.col-p-right {
display:table-cell;
padding-top:15px;
}

